home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / worst102.zip / WORST.DOC < prev    next >
Text File  |  1992-08-01  |  2KB  |  91 lines

  1.                  WORST v1.02
  2.  
  3.      ---------------------------------------------------
  4.      Finds oldest, newest, largest, smallest, and
  5.      oldest empty files and subdirectories on your disk.
  6.      ---------------------------------------------------
  7.  
  8.                TYPICAL OUTPUT:
  9.  
  10.     WORST v1.02 - Last revision date: Aug  1 1992  
  11.  
  12.     Category   Date    Time      Bytes Directory
  13.     -------- -------- ------ --------- -----------------------
  14.     Empty     2-14-91  6:39p         0 \WINDOWS\PIF
  15.     Smallest  2-14-91  6:24p       703 \BATCH
  16.     Largest   2-14-91  6:24p  17972637 \WINDOWS
  17.     Oldest    2-14-91  6:24p   1290757 \KSP
  18.     Newest    7-31-92  5:34p     46974 \WORST
  19.  
  20.     Category   Date    Time      Bytes File
  21.     -------- -------- ------ --------- -----------------------
  22.     Empty     8-15-91 11:08p         0 \LANTASTI\Z_MGR.DAT
  23.     Smallest  7-19-92  8:24a         2 \BIN\REBOOT.COM
  24.     Largest   7-11-92 10:57a   1832818 \DOCS\INTERRUP.LST
  25.     Oldest    1-01-80  0:03a     39831 \BIN\LAND.COM
  26.     Newest    8-01-92  1:20a         0 \WORST\JUNK
  27.  
  28.  
  29. Usage:    C:\>WORST option option ...
  30.  
  31.     Where each "option" may be:
  32.  
  33.     (1) A filespec pattern, possibly containing wildcard
  34.         characters such as "*" and "?".  Searches all filespecs
  35.         listed.
  36.  
  37.     (2) +S
  38.  
  39.         Enables recursive search of subdirectories for all
  40.         subsequent filespecs.
  41.     
  42.     (3) -S
  43.  
  44.         Disables recursive search of subdirectories for all
  45.         subsequent filespecs. (Default)
  46.     
  47. Examples:
  48.  
  49. 1.    WORST
  50.  
  51.             Searches the current directory of the current drive.
  52.  
  53. 2.    WORST C:
  54.  
  55.             Searches the current directory of drive C.
  56.  
  57. 3.    WORST C:\
  58.  
  59.             Searches the root directory of drive C.
  60.  
  61. 4.    WORST +S C:
  62.  
  63.             Searches the current directory of drive C and all of
  64.         the subdirectories below the current directory of
  65.         drive C.
  66.  
  67. 5.    WORST +S C:\
  68.  
  69.             Searches ALL directories of drive C.
  70.  
  71. 6.    WORST C:\B*\*.COM
  72.  
  73.         Searches all filespecs matching C:\B*\*.COM
  74.  
  75.     YES! You can use wildcards to specify intermediate subdirectories!
  76.         
  77.  
  78. 7.    WORST +S B: C:\BIN\ D:\*.COM
  79.  
  80.         Searches the current directory of drive B and all of
  81.         its subdirectories, subdirectory BIN of drive C and
  82.         all subdirectories of BIN, and all .COM files in the
  83.         root directory of drive D.
  84.  
  85. 8.    WORST B: +S C:\BIN -S D:\*.COM
  86.  
  87.         Searches the current directory of drive B,
  88.         subdirectory BIN of drive C and all subdirectories of
  89.         BIN, and all .COM files in the root directory of
  90.         drive D.
  91.